home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / links.swf / scripts / DefineButton2_81 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-11-01  |  129 b   |  5 lines

  1. on(press){
  2.    var theURL = "http://www.ofsted.gov.uk/reports";
  3.    getURL("lingo:Flsh_openWebPage(\"" + theURL + "\")","");
  4. }
  5.